adTempus API
PreviousUpNext
IEffectiveSchedule::Weekday Method ([in] WeekdayEnum, [out, retval] VARIANT_BOOL *)

Gets or sets the selection status for a day of the week

C++
HRESULT Weekday(WeekdayEnum day, [out, retval] VARIANT_BOOL * val);
C#
Weekday(WeekdayEnum day, [out, retval] VARIANT_BOOL val);
Visual Basic
Sub Weekday(day As WeekdayEnum, val As [out, retval] VARIANT_BOOL)
Parameters 
Description 
[in] WeekdayEnum day 
The day of the week to query or set 
[out, retval] VARIANT_BOOL * val 
The current or new selection status for the day (True if the schedule applies to this day or False if it does not). 

This property is used if the schedule applies only to certain days of the week.

If no weekdays are selected, the item applies to all weekdays (i.e., selecting no weekdays is the same as selecting all weekdays).

adTempus API Reference version 3.0.0.0, revised 10/30/2008